ci: migrate from Woodpecker to GitHub Actions - #205
Merged
Conversation
Parallel jobs: lint, test, js-syntax, sast-bandit, deps-audit, trivy. Trivy now uses aquasecurity/trivy-action instead of the container image.
- yt-dlp 2026.3.17 -> 2026.6.9 (fixes CVE-2026-50023, CVE-2026-50574, GHSA-69qj-pvh9-c5wg) - starlette 1.0.0 -> 1.3.1 (fixes CVE-2026-48818, CVE-2026-54283) - python-multipart 0.0.27 -> 0.0.32 (fixes CVE-2026-53539) - Add CVE-2025-2148/2149/2998/2999/3000/3001 to deps-audit ignore list: torch is pinned below 2.7 due to torchaudio/demucs compat; these CVEs are in ops StemDeck does not invoke.
- macos-release.yml: builds arm64 and x64 DMGs on self-hosted macOS runner, inspects artifacts, uploads to GitHub release via softprops/action-gh-release - windows-release.yml: builds NVIDIA and CPU portable ZIPs on self-hosted Windows runner, scans with ClamAV, uploads to GitHub release - dependabot.yml: weekly action SHA bumps for all workflows - Both release workflows: permissions locked to read-only at workflow level, contents:write only on the job; concurrency guard; 120/90 min timeouts; workspace cleanup; all actions pinned to SHA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/ci.ymlreplacing.woodpecker/ci.ymlaquasecurity/trivy-actioninstead of the container imageSETUPTOOLS_SCM_PRETEND_VERSIONandUV_LINK_MODEhoisted to workflow-levelenvmacOS and Windows release workflows will follow in subsequent commits.
Test plan
.trivyignore.woodpecker/ci.yml)